home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6227 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What is Object Oriented Programming (OOP)?
  5. Date: 11 Feb 1996 23:57:57 GMT
  6. Organization: The Universe
  7. Message-ID: <4flvq5$r7e@news4.digex.net>
  8. References: <4f1nj6$4cie@news-s01.ny.us.ibm.net> <4fcv70$7tl@rockall.cc.strath.ac.uk> <4fkhs3$b1g@qualcomm.com>
  9. NNTP-Posting-Host: access1.digex.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Nasser Abbasi (nababs@qualcomm.com) wrote:
  13. : In article <4fcv70$7tl@rockall.cc.strath.ac.uk>, 
  14. : scott.russell@strath.ac.uk says...
  15. : >It is difficult to find a text book which 
  16. : >defines exactly what an object really is.
  17. : Yes. But I really would not worry about finding an "official" 
  18. : definition for an object, a simple way to look at it is to think of an 
  19. : object as an entity that can take different values and have operations
  20. : defined on it to modify the value of the entity.
  21.  
  22. More importantly, classes of objects play specific roles.  They have 
  23. specific responsibilities in the collaboration of a programs objects.
  24.  
  25. Nice message overall though.
  26.  
  27. Elliott
  28.